home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Atlanta_1990 / Atlanta-Devcon.1 / Libraries / Intuition / README
Encoding:
Text File  |  1992-08-26  |  1.1 KB  |  35 lines

  1.  
  2.     Intuition V36 examples and demos for
  3.     V2.0 and Atlanta DevCon.
  4.  
  5.                 Jim Mackraz
  6.                 June, 1990
  7.  
  8.  
  9.   All of these examples compile according to instructions in
  10.   either the makefile (if any), or the source file, or
  11.   (for StrDemo) a script file named make.script.
  12.  
  13.   The "standard" environment for compiling these requires that
  14.   you have assigned logical volumes:
  15.  
  16.   VINCLUDE: - the root of the V36 system includes
  17.   INCLATTICE: - the normal Lattice C include directory
  18.   MYINCLUDE: - used (sometimes) to grab special override
  19.              versions of system includes.
  20.  
  21.   A brief description of the demos:
  22.  
  23.   StrDemo     - an example of using a StringExtend with a string
  24.           gadget, and a custom string editing hook.
  25.   CustGad     - an example of a custom "dial" gadget
  26.   PubSc          - a program which creates a new-look public custom screen
  27.   ScDemo      - an old program which demonstrates the different screen modes.
  28.   EasyReq     - a fun toy to demonstrate use of EasyRequest()
  29.   boopsi      - a suite of examples for the Basic Object-Oriented Programming
  30.           System for Intuition.
  31.  
  32.  
  33.   Enjoy,
  34.       jimm
  35.